home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCLIPBOARDGET / TFRMCLIPBOARDGET.txt
Encoding:
Text File  |  2003-01-14  |  1.8 KB  |  82 lines

  1. inherited frmClipboardGet: TfrmClipboardGet
  2.   Left = 401
  3.   Top = 199
  4.   HelpContext = 40
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         
  16.           'Retrieves the current contents of the clipboard as text and plac' +
  17.           'es it in an '
  18.         'AutoMate variable.')
  19.     end
  20.   end
  21.   inherited pnlCenter: TPanel
  22.     inherited pgcControlPage: TPageControl
  23.       inherited tbsAM5Main: TTabSheet
  24.         object Label1: TLabel
  25.           Left = 10
  26.           Top = 16
  27.           Width = 445
  28.           Height = 13
  29.           AutoSize = False
  30.           Caption = 'Populate &variable with contents:'
  31.           FocusControl = cboVariable
  32.         end
  33.         object cboVariable: TAM5VarListComboBox
  34.           Left = 10
  35.           Top = 32
  36.           Width = 224
  37.           Height = 21
  38.           ItemHeight = 13
  39.           TabOrder = 0
  40.           OnDropDown = cboVariableDropDown
  41.         end
  42.       end
  43.     end
  44.   end
  45.   inherited taclKeyboardTrap: TActionList
  46.     Left = 208
  47.   end
  48.   inherited dxSIBarManager: TdxBarManager
  49.     Categories.ItemsVisibles = (
  50.       2)
  51.     Categories.Visibles = (
  52.       True)
  53.     PopupMenuLinks = <
  54.       item
  55.         Control = lsvAM5Errors
  56.         PopupMenu = dxCheckPopup
  57.       end>
  58.     DockControlHeights = (
  59.       0
  60.       0
  61.       0
  62.       0)
  63.   end
  64.   inherited dxCheckPopup: TdxBarPopupMenu
  65.     ItemLinks = <
  66.       item
  67.         Item = itmCheckAllErrors
  68.         UserGlyph.Data = {00000000}
  69.         Visible = True
  70.       end
  71.       item
  72.         Item = itmCheckNoErrors
  73.         UserGlyph.Data = {00000000}
  74.         Visible = True
  75.       end>
  76.   end
  77.   inherited IvTranslator1: TIvTranslator
  78.     Left = 236
  79.     Top = 348
  80.   end
  81. end
  82.